From: Jim Blandy Date: Wed, 26 May 1993 21:50:00 +0000 (+0000) Subject: * Makefile.in (mkdir): Make all the directories in locallisppath. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95920 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c469713a1e48f9de9d9af232d6c32d7ebccd7c8a;p=emacs.git * Makefile.in (mkdir): Make all the directories in locallisppath. --- diff --git a/Makefile.in b/Makefile.in index 7b00ca8c3da..83c27e01a1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -381,7 +381,8 @@ do-install: mkdir ### instead of mkdir. Not all systems' mkdirs have the `-p' flag. mkdir: FRC ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ - ${bindir} ${datadir} ${libdir} ${sitelisp} + ${bindir} ${datadir} ${libdir} \ + `echo ${locallisppath} | sed 's/:/ /'` chmod 777 ${COPYDESTS} ${lockdir} FRC: